crypto/tls.clientHandshakeStateTLS13.readServerCertificate (method)

2 uses

	crypto/tls (current package)
		handshake_client_tls13.go#L142: 	if err := hs.readServerCertificate(); err != nil {
		handshake_client_tls13.go#L619: func (hs *clientHandshakeStateTLS13) readServerCertificate() error {